home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / fdsec200.zip / HINTS.TXT < prev    next >
Text File  |  1992-03-01  |  4KB  |  66 lines

  1.                                      HINTS
  2.                          (Some additional information)
  3.  
  4.  
  5.      ■ Place the executable and the config file in your path. That will
  6.        insure that you will be able to call FDSecure from any directory
  7.        or sub-directory at any time. This is especially usefull when
  8.        you are using the query mode, such as FDSECURE <FileName>.
  9.  
  10.      ■ FDSecure's internal code for moving a file to another directory
  11.        is very good. I would suggest using it over an external program
  12.        because it uses less memory, and is integrated. You can, however,
  13.        in place of EXTERNMOVE <ProgramName> <DPN> <DPN>, you could put a
  14.        batch file there, and the two parameters would become %1 and %2
  15.        in your batch file. i.e. EXTERNMOVE <Filename.bat> <DPN> <DPN>.
  16.        The first being FROM and the second being the TO fields.
  17.  
  18.        If you use the internal move code, FDSecure has the ability to
  19.        detect if a file cannot be moved. i.e. an improper directory was
  20.        specified or the directory name has changed. If this should happen,
  21.        FDSecure will rename the file to have the extension of .BAD. It
  22.        will then proceed to write you a message as normal except it will
  23.        tell you that a problem occured in moving a file, and it suspects
  24.        an improper directory or something. Obviously FDSecure cannot
  25.        provide you with this protection when you use an external program
  26.        since it has no way to determine what errorlevels are returned from
  27.        the other program, and what the intention of the sysop is with the
  28.        file(s).
  29.  
  30.      ■ Check your FrontDoor log file. FDSecure will log anything that
  31.        happens in there as well as any errors if it should encounter them.
  32.  
  33.      ■ If you are having problems with FDSecure reading the config file,
  34.        then first make sure the config file is called FDSECURE.CFG. If you
  35.        have it under a different name, then you must use the /C option
  36.        to tell FDSecure you are using a different config file.
  37.  
  38.      ■ Max security feature. If a file appears in your inbound directory
  39.        and is NOT listed in your FrontDoor Log file, and is listed as a
  40.        target file in your FDSecure Config file, FDSecure will move it and
  41.        the netmail message will say the file came from -unknown- origin.
  42.        This gives you a little added security. FrontDoor presently does
  43.        not log partial transfers. Therefore, if you were to start recieving
  44.        your Nodediff from your Hub, and the transfer was interrupted at
  45.        60% transferred, then your batch file would see the nodediff file
  46.        in your inbound directory and attempt to process it. This may or
  47.        may not be a problem for some. FDSecure would see the file, check
  48.        the log, and by not finding the file in the log, would move it to
  49.        your bad directory-- thus avoiding a potential computer hiccough.
  50.        This can be disabled by commenting out the Move_Unlisted feature
  51.        in the config file. Commenting this out will tell FDSecure to
  52.        ignore target files in which FDSecure can't tell where they came
  53.        from.
  54.  
  55.      ■ If Fdsecure appears to not be reading the Log file correctly, be
  56.        sure and check your level of verbosity in the log. FDSecure
  57.        needs the information in lines preceeded by a plus (+). This
  58.        is the minimum level of verbosity required. Additionally, FDSecure
  59.        will use the information provided by the tilde (~) level for extra
  60.        information when reporting findings from the log. Obviously, the more
  61.        files you check for, and the greater the size of your log file, will
  62.        have a proportional effect on FDSecure's speed. But, no matter how
  63.        many entries or filenames you are looking for, FDSecure will only
  64.        have to read your log file one time.
  65.  
  66.